From: Ian Campbell Date: Thu, 6 Jan 2011 17:33:39 +0000 (+0000) Subject: ocaml: add dependency to module metadata X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10985 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=2bdf003296acb786bdc6bec5b0e0ad2ab12eb420;p=xen.git ocaml: add dependency to module metadata Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- diff --git a/tools/ocaml/libs/eventchn/META.in b/tools/ocaml/libs/eventchn/META.in index f3e01aa374..0da7372b41 100644 --- a/tools/ocaml/libs/eventchn/META.in +++ b/tools/ocaml/libs/eventchn/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "Eventchn interface extension" +requires = "unix" archive(byte) = "eventchn.cma" archive(native) = "eventchn.cmxa" diff --git a/tools/ocaml/libs/log/META.in b/tools/ocaml/libs/log/META.in index 5c3646a621..63fdc2f123 100644 --- a/tools/ocaml/libs/log/META.in +++ b/tools/ocaml/libs/log/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "Log - logging library" +requires = "unix" archive(byte) = "log.cma" archive(native) = "log.cmxa" diff --git a/tools/ocaml/libs/xb/META.in b/tools/ocaml/libs/xb/META.in index c041010c44..1f3ca38553 100644 --- a/tools/ocaml/libs/xb/META.in +++ b/tools/ocaml/libs/xb/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "XenBus Interface" +requires = "unix,mmap" archive(byte) = "xb.cma" archive(native) = "xb.cmxa" diff --git a/tools/ocaml/libs/xc/META.in b/tools/ocaml/libs/xc/META.in index e46d7dd112..61fe61a8d4 100644 --- a/tools/ocaml/libs/xc/META.in +++ b/tools/ocaml/libs/xc/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "Xen Control Interface" +requires = "mmap,uuid" archive(byte) = "xc.cma" archive(native) = "xc.cmxa" diff --git a/tools/ocaml/libs/xs/META.in b/tools/ocaml/libs/xs/META.in index 77d93b5969..b0b721433b 100644 --- a/tools/ocaml/libs/xs/META.in +++ b/tools/ocaml/libs/xs/META.in @@ -1,4 +1,5 @@ version = "@VERSION@" description = "XenStore Interface" +requires = "unix,xb" archive(byte) = "xs.cma" archive(native) = "xs.cmxa"